Visual Basic (Declaration) | |
---|---|
Public Overloads Sub Geocode( _ ByVal address As String, _ ByVal onComplete As EventHandler(Of GeocodeCompletedEventArgs) _ ) |
C# | |
---|---|
public void Geocode( string address, EventHandler<GeocodeCompletedEventArgs> onComplete ) |
Parameters
- address
- The address to geocode.
- onComplete
- The method to call on complete.
Target Platforms:Windows Phone 7